Html Css Color HEX #9136CB Dark Orchid

📋 copy color: '#9136CB'

red 145 ◦ green 54 ◦ blue 203

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

Shades of Dark Orchid #9136CB

Tints of Dark Orchid #9136CB

RGB

 RED value IS 145 (57.03% from 255) = 36.07%

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

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 36.07%
G = 13.43%
B = 50.5%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9136CB (or 0x9136CB) is known color: Dark Orchid. HEX triplet: 91, 36 and CB. RGB value is (145,54,203). Sum of RGB (Red+Green+Blue) = 145+54+203=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #9136CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9136CB is #6EC934. Grayscale: #616161. Windows color (decimal): -7260469 or 13317777. OLE color: 13317777.

HSL color Cylindrical-coordinate representation of color #9136CB: hue angle of 276.64º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9136CB is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 54 203 -
CMYK 0.29 0.73 0 0.20
HSL 276.64º 0.59% 0.5% -
HSV(B) 276.64º 0.73% 0.8% -
XYZ 23.78 12.97 57.75 -
YUV 98.2 187.15 161.38 -
System Red Green Blue C M Y K H S L
Decimal 145 54 203 0.29 0.73 0 0.20 276.64 0.59 0.5
Hex 91 36 CB 1D 49 0 14 115 3B 32
Octal 221 66 313 35 111 0 24 425 73 62
Binary 10010001 110110 11001011 11101 1001001 0 10100 100010101 111011 110010

Color Harmonies of #9136CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9136CB

Black with #9136CB

Text Example


Text Example

White with #9136CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9136CB; }

 p { color: rgb(145,54,203); }

 H1.HeaderClassName
 {
   color: #9136CB;
 }
 .AnyTagClassName
 {
   color: #9136CB;
 }
</style>

background-color css

<style>
 a { background-color: #9136CB; }

 a { background-color: rgb(145,54,203); }

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

border-color css

<style>
 span { border-color: #9136CB; }

 span { border-color: rgb(145,54,203); }

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