Html Css Color HEX #9535CF Dark Orchid

📋 copy color: '#9535CF'

red 149 ◦ green 53 ◦ blue 207

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

Shades of Dark Orchid #9535CF

Tints of Dark Orchid #9535CF

RGB

 RED value IS 149 (58.59% from 255) = 36.43%

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

 BLUE value IS 207 (81.25% from 255) = 50.61%

R = 36.43%
G = 12.96%
B = 50.61%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9535CF (or 0x9535CF) is known color: Dark Orchid. HEX triplet: 95, 35 and CF. RGB value is (149,53,207). Sum of RGB (Red+Green+Blue) = 149+53+207=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #9535CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9535CF is #6ACA30. Grayscale: #626262. Windows color (decimal): -6998577 or 13579669. OLE color: 13579669.

HSL color Cylindrical-coordinate representation of color #9535CF: hue angle of 277.4º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9535CF is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 53 207 -
CMYK 0.28 0.74 0 0.19
HSL 277.4º 0.62% 0.51% -
HSV(B) 277.4º 0.74% 0.81% -
XYZ 24.93 13.44 60.31 -
YUV 99.26 188.8 163.48 -
System Red Green Blue C M Y K H S L
Decimal 149 53 207 0.28 0.74 0 0.19 277.4 0.62 0.51
Hex 95 35 CF 1C 4A 0 13 115 3E 33
Octal 225 65 317 34 112 0 23 425 76 63
Binary 10010101 110101 11001111 11100 1001010 0 10011 100010101 111110 110011

Color Harmonies of #9535CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9535CF

Black with #9535CF

Text Example


Text Example

White with #9535CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9535CF; }

 p { color: rgb(149,53,207); }

 H1.HeaderClassName
 {
   color: #9535CF;
 }
 .AnyTagClassName
 {
   color: #9535CF;
 }
</style>

background-color css

<style>
 a { background-color: #9535CF; }

 a { background-color: rgb(149,53,207); }

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

border-color css

<style>
 span { border-color: #9535CF; }

 span { border-color: rgb(149,53,207); }

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