Html Css Color HEX #8A22CB Dark Orchid

📋 copy color: '#8A22CB'

red 138 ◦ green 34 ◦ blue 203

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

Shades of Dark Orchid #8A22CB

Tints of Dark Orchid #8A22CB

RGB

 RED value IS 138 (54.3% from 255) = 36.8%

 GREEN value IS 34 (13.67% from 255) = 9.07%

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

R = 36.8%
G = 9.07%
B = 54.13%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A22CB (or 0x8A22CB) is known color: Dark Orchid. HEX triplet: 8A, 22 and CB. RGB value is (138,34,203). Sum of RGB (Red+Green+Blue) = 138+34+203=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A22CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A22CB is #75DD34. Grayscale: #535353. Windows color (decimal): -7724341 or 13312650. OLE color: 13312650.

HSL color Cylindrical-coordinate representation of color #8A22CB: hue angle of 276.92º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A22CB is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 34 203 -
CMYK 0.32 0.83 0 0.20
HSL 276.92º 0.71% 0.46% -
HSV(B) 276.92º 0.83% 0.8% -
XYZ 21.83 10.86 57.45 -
YUV 84.36 194.96 166.26 -
System Red Green Blue C M Y K H S L
Decimal 138 34 203 0.32 0.83 0 0.20 276.92 0.71 0.46
Hex 8A 22 CB 20 53 0 14 115 47 2E
Octal 212 42 313 40 123 0 24 425 107 56
Binary 10001010 100010 11001011 100000 1010011 0 10100 100010101 1000111 101110

Color Harmonies of #8A22CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A22CB

Black with #8A22CB

Text Example


Text Example

White with #8A22CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A22CB; }

 p { color: rgb(138,34,203); }

 H1.HeaderClassName
 {
   color: #8A22CB;
 }
 .AnyTagClassName
 {
   color: #8A22CB;
 }
</style>

background-color css

<style>
 a { background-color: #8A22CB; }

 a { background-color: rgb(138,34,203); }

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

border-color css

<style>
 span { border-color: #8A22CB; }

 span { border-color: rgb(138,34,203); }

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