Html Css Color HEX #9135CB Dark Orchid

📋 copy color: '#9135CB'

red 145 ◦ green 53 ◦ blue 203

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

Shades of Dark Orchid #9135CB

Tints of Dark Orchid #9135CB

RGB

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

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

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

R = 36.16%
G = 13.22%
B = 50.62%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9135CB (or 0x9135CB) is known color: Dark Orchid. HEX triplet: 91, 35 and CB. RGB value is (145,53,203). Sum of RGB (Red+Green+Blue) = 145+53+203=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #9135CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9135CB is #6ECA34. Grayscale: #616161. Windows color (decimal): -7260725 or 13317521. OLE color: 13317521.

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

Color convert

RGB 145 53 203 -
CMYK 0.29 0.74 0 0.20
HSL 276.8º 0.59% 0.5% -
HSV(B) 276.8º 0.74% 0.8% -
XYZ 23.73 12.88 57.73 -
YUV 97.61 187.48 161.8 -
System Red Green Blue C M Y K H S L
Decimal 145 53 203 0.29 0.74 0 0.20 276.8 0.59 0.5
Hex 91 35 CB 1D 4A 0 14 115 3B 32
Octal 221 65 313 35 112 0 24 425 73 62
Binary 10010001 110101 11001011 11101 1001010 0 10100 100010101 111011 110010

Color Harmonies of #9135CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9135CB

Black with #9135CB

Text Example


Text Example

White with #9135CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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