Html Css Color HEX #8901C2 Dark Violet

📋 copy color: '#8901C2'

red 137 ◦ green 1 ◦ blue 194

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

Shades of Dark Violet #8901C2

Tints of Dark Violet #8901C2

RGB

 RED value IS 137 (53.91% from 255) = 41.27%

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 194 (76.17% from 255) = 58.43%

R = 41.27%
G = 0.3%
B = 58.43%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8901C2 (or 0x8901C2) is known color: Dark Violet. HEX triplet: 89, 01 and C2. RGB value is (137,1,194). Sum of RGB (Red+Green+Blue) = 137+1+194=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 194 (76.17% from 255 or 58.43% from 332); Max value from RGB is 194 - color contains mainly: blue. Hex color #8901C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8901C2 is #76FE3D. Grayscale: #3F3F3F. Windows color (decimal): -7798334 or 12714377. OLE color: 12714377.

HSL color Cylindrical-coordinate representation of color #8901C2: hue angle of 282.28º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8901C2 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 1 194 -
CMYK 0.29 0.99 0 0.24
HSL 282.28º 0.99% 0.38% -
HSV(B) 282.28º 0.99% 0.76% -
XYZ 20.06 9.24 51.76 -
YUV 63.67 201.56 180.31 -
System Red Green Blue C M Y K H S L
Decimal 137 1 194 0.29 0.99 0 0.24 282.28 0.99 0.38
Hex 89 1 C2 1D 63 0 18 11A 63 26
Octal 211 1 302 35 143 0 30 432 143 46
Binary 10001001 1 11000010 11101 1100011 0 11000 100011010 1100011 100110

Color Harmonies of #8901C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8901C2

Black with #8901C2

Text Example


Text Example

White with #8901C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8901C2; }

 p { color: rgb(137,1,194); }

 H1.HeaderClassName
 {
   color: #8901C2;
 }
 .AnyTagClassName
 {
   color: #8901C2;
 }
</style>

background-color css

<style>
 a { background-color: #8901C2; }

 a { background-color: rgb(137,1,194); }

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

border-color css

<style>
 span { border-color: #8901C2; }

 span { border-color: rgb(137,1,194); }

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