Html Css Color HEX #9126CC Dark Orchid

📋 copy color: '#9126CC'

red 145 ◦ green 38 ◦ blue 204

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

Shades of Dark Orchid #9126CC

Tints of Dark Orchid #9126CC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.82%

 BLUE value IS 204 (80.08% from 255) = 52.71%

R = 37.47%
G = 9.82%
B = 52.71%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9126CC (or 0x9126CC) is known color: Dark Orchid. HEX triplet: 91, 26 and CC. RGB value is (145,38,204). Sum of RGB (Red+Green+Blue) = 145+38+204=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #9126CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9126CC is #6ED933. Grayscale: #585858. Windows color (decimal): -7264564 or 13379217. OLE color: 13379217.

HSL color Cylindrical-coordinate representation of color #9126CC: hue angle of 278.67º degrees, saturation: 0.69, 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 #9126CC is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 145 38 204 -
CMYK 0.29 0.81 0 0.2
HSL 278.67º 0.69% 0.47% -
HSV(B) 278.67º 0.81% 0.8% -
XYZ 23.27 11.77 58.17 -
YUV 88.92 192.95 168 -
System Red Green Blue C M Y K H S L
Decimal 145 38 204 0.29 0.81 0 0.2 278.67 0.69 0.47
Hex 91 26 CC 1D 51 0 14 117 45 2F
Octal 221 46 314 35 121 0 24 427 105 57
Binary 10010001 100110 11001100 11101 1010001 0 10100 100010111 1000101 101111

Color Harmonies of #9126CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9126CC

Black with #9126CC

Text Example


Text Example

White with #9126CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9126CC; }

 p { color: rgb(145,38,204); }

 H1.HeaderClassName
 {
   color: #9126CC;
 }
 .AnyTagClassName
 {
   color: #9126CC;
 }
</style>

background-color css

<style>
 a { background-color: #9126CC; }

 a { background-color: rgb(145,38,204); }

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

border-color css

<style>
 span { border-color: #9126CC; }

 span { border-color: rgb(145,38,204); }

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