Html Css Color HEX #9536CF Dark Orchid

📋 copy color: '#9536CF'

red 149 ◦ green 54 ◦ blue 207

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

Shades of Dark Orchid #9536CF

Tints of Dark Orchid #9536CF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.17%

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

R = 36.34%
G = 13.17%
B = 50.49%

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

#9536CF (or 0x9536CF) is known color: Dark Orchid. HEX triplet: 95, 36 and CF. RGB value is (149,54,207). Sum of RGB (Red+Green+Blue) = 149+54+207=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #9536CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9536CF is #6AC930. Grayscale: #636363. Windows color (decimal): -6998321 or 13579925. OLE color: 13579925.

HSL color Cylindrical-coordinate representation of color #9536CF: hue angle of 277.25º degrees, saturation: 0.61, 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 #9536CF is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 54 207 -
CMYK 0.28 0.74 0 0.19
HSL 277.25º 0.61% 0.51% -
HSV(B) 277.25º 0.74% 0.81% -
XYZ 24.98 13.53 60.33 -
YUV 99.85 188.47 163.06 -
System Red Green Blue C M Y K H S L
Decimal 149 54 207 0.28 0.74 0 0.19 277.25 0.61 0.51
Hex 95 36 CF 1C 4A 0 13 115 3D 33
Octal 225 66 317 34 112 0 23 425 75 63
Binary 10010101 110110 11001111 11100 1001010 0 10011 100010101 111101 110011

Color Harmonies of #9536CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9536CF

Black with #9536CF

Text Example


Text Example

White with #9536CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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