Html Css Color HEX #8A22BE Dark Orchid

📋 copy color: '#8A22BE'

red 138 ◦ green 34 ◦ blue 190

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

Shades of Dark Orchid #8A22BE

Tints of Dark Orchid #8A22BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 38.12%
G = 9.39%
B = 52.49%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A22BE (or 0x8A22BE) is known color: Dark Orchid. HEX triplet: 8A, 22 and BE. RGB value is (138,34,190). Sum of RGB (Red+Green+Blue) = 138+34+190=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A22BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A22BE is #75DD41. Grayscale: #525252. Windows color (decimal): -7724354 or 12460682. OLE color: 12460682.

HSL color Cylindrical-coordinate representation of color #8A22BE: hue angle of 280º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A22BE is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 34 190 -
CMYK 0.27 0.82 0 0.25
HSL 280º 0.7% 0.44% -
HSV(B) 280º 0.82% 0.75% -
XYZ 20.35 10.27 49.62 -
YUV 82.88 188.46 167.32 -
System Red Green Blue C M Y K H S L
Decimal 138 34 190 0.27 0.82 0 0.25 280 0.7 0.44
Hex 8A 22 BE 1B 52 0 19 118 46 2C
Octal 212 42 276 33 122 0 31 430 106 54
Binary 10001010 100010 10111110 11011 1010010 0 11001 100011000 1000110 101100

Color Harmonies of #8A22BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A22BE

Black with #8A22BE

Text Example


Text Example

White with #8A22BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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