Html Css Color HEX #9735BD Dark Orchid

📋 copy color: '#9735BD'

red 151 ◦ green 53 ◦ blue 189

#9735BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9735BD

Tints of Dark Orchid #9735BD

RGB

 RED value IS 151 (59.38% from 255) = 38.42%

 GREEN value IS 53 (21.09% from 255) = 13.49%

 BLUE value IS 189 (74.22% from 255) = 48.09%

R = 38.42%
G = 13.49%
B = 48.09%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9735BD (or 0x9735BD) is known color: Dark Orchid. HEX triplet: 97, 35 and BD. RGB value is (151,53,189). Sum of RGB (Red+Green+Blue) = 151+53+189=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #9735BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9735BD is #68CA42. Grayscale: #616161. Windows color (decimal): -6867523 or 12400023. OLE color: 12400023.

HSL color Cylindrical-coordinate representation of color #9735BD: hue angle of 283.24º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9735BD is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 53 189 -
CMYK 0.20 0.72 0 0.26
HSL 283.24º 0.56% 0.47% -
HSV(B) 283.24º 0.72% 0.74% -
XYZ 23.22 12.8 49.39 -
YUV 97.81 179.47 165.94 -
System Red Green Blue C M Y K H S L
Decimal 151 53 189 0.20 0.72 0 0.26 283.24 0.56 0.47
Hex 97 35 BD 14 48 0 1A 11B 38 2F
Octal 227 65 275 24 110 0 32 433 70 57
Binary 10010111 110101 10111101 10100 1001000 0 11010 100011011 111000 101111

Color Harmonies of #9735BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9735BD

Black with #9735BD

Text Example


Text Example

White with #9735BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9735BD; }

 p { color: rgb(151,53,189); }

 H1.HeaderClassName
 {
   color: #9735BD;
 }
 .AnyTagClassName
 {
   color: #9735BD;
 }
</style>

background-color css

<style>
 a { background-color: #9735BD; }

 a { background-color: rgb(151,53,189); }

 div.DivClassName
 {
   background-color: #9735BD;
 }
 .BgClassName
 {
   background-color: #9735BD;
 }
</style>

border-color css

<style>
 span { border-color: #9735BD; }

 span { border-color: rgb(151,53,189); }

 td.TdClassName
 {
   border-color: #9735BD;
 }
 .TagClassName
 {
   border-color: #9735BD;
 }
</style>