Html Css Color HEX #9127CB Dark Orchid

📋 copy color: '#9127CB'

red 145 ◦ green 39 ◦ blue 203

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

Shades of Dark Orchid #9127CB

Tints of Dark Orchid #9127CB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.08%

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

R = 37.47%
G = 10.08%
B = 52.45%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9127CB (or 0x9127CB) is known color: Dark Orchid. HEX triplet: 91, 27 and CB. RGB value is (145,39,203). Sum of RGB (Red+Green+Blue) = 145+39+203=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #9127CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9127CB is #6ED834. Grayscale: #585858. Windows color (decimal): -7264309 or 13313937. OLE color: 13313937.

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

Color convert

RGB 145 39 203 -
CMYK 0.29 0.81 0 0.20
HSL 278.78º 0.68% 0.47% -
HSV(B) 278.78º 0.81% 0.8% -
XYZ 23.18 11.78 57.55 -
YUV 89.39 192.12 167.66 -
System Red Green Blue C M Y K H S L
Decimal 145 39 203 0.29 0.81 0 0.20 278.78 0.68 0.47
Hex 91 27 CB 1D 51 0 14 117 44 2F
Octal 221 47 313 35 121 0 24 427 104 57
Binary 10010001 100111 11001011 11101 1010001 0 10100 100010111 1000100 101111

Color Harmonies of #9127CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9127CB

Black with #9127CB

Text Example


Text Example

White with #9127CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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