Html Css Color HEX #9026CB Dark Orchid

📋 copy color: '#9026CB'

red 144 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #9026CB

Tints of Dark Orchid #9026CB

RGB

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

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

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

R = 37.4%
G = 9.87%
B = 52.73%

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

#9026CB (or 0x9026CB) is known color: Dark Orchid. HEX triplet: 90, 26 and CB. RGB value is (144,38,203). Sum of RGB (Red+Green+Blue) = 144+38+203=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #9026CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9026CB is #6FD934. Grayscale: #575757. Windows color (decimal): -7330101 or 13313680. OLE color: 13313680.

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

Color convert

RGB 144 38 203 -
CMYK 0.29 0.81 0 0.20
HSL 278.55º 0.68% 0.47% -
HSV(B) 278.55º 0.81% 0.8% -
XYZ 22.97 11.63 57.53 -
YUV 88.5 192.62 167.58 -
System Red Green Blue C M Y K H S L
Decimal 144 38 203 0.29 0.81 0 0.20 278.55 0.68 0.47
Hex 90 26 CB 1D 51 0 14 117 44 2F
Octal 220 46 313 35 121 0 24 427 104 57
Binary 10010000 100110 11001011 11101 1010001 0 10100 100010111 1000100 101111

Color Harmonies of #9026CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9026CB

Black with #9026CB

Text Example


Text Example

White with #9026CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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