Html Css Color HEX #9026CC Dark Orchid

📋 copy color: '#9026CC'

red 144 ◦ green 38 ◦ blue 204

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

Shades of Dark Orchid #9026CC

Tints of Dark Orchid #9026CC

RGB

 RED value IS 144 (56.64% from 255) = 37.31%

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

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

R = 37.31%
G = 9.84%
B = 52.85%

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

#9026CC (or 0x9026CC) is known color: Dark Orchid. HEX triplet: 90, 26 and CC. RGB value is (144,38,204). Sum of RGB (Red+Green+Blue) = 144+38+204=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #9026CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9026CC is #6FD933. Grayscale: #585858. Windows color (decimal): -7330100 or 13379216. OLE color: 13379216.

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

Color convert

RGB 144 38 204 -
CMYK 0.29 0.81 0 0.2
HSL 278.31º 0.69% 0.47% -
HSV(B) 278.31º 0.81% 0.8% -
XYZ 23.09 11.68 58.16 -
YUV 88.62 193.12 167.5 -
System Red Green Blue C M Y K H S L
Decimal 144 38 204 0.29 0.81 0 0.2 278.31 0.69 0.47
Hex 90 26 CC 1D 51 0 14 116 45 2F
Octal 220 46 314 35 121 0 24 426 105 57
Binary 10010000 100110 11001100 11101 1010001 0 10100 100010110 1000101 101111

Color Harmonies of #9026CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9026CC

Black with #9026CC

Text Example


Text Example

White with #9026CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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