Html Css Color HEX #8B01CF Dark Violet

📋 copy color: '#8B01CF'

red 139 ◦ green 1 ◦ blue 207

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

Shades of Dark Violet #8B01CF

Tints of Dark Violet #8B01CF

RGB

 RED value IS 139 (54.69% from 255) = 40.06%

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

 BLUE value IS 207 (81.25% from 255) = 59.65%

R = 40.06%
G = 0.29%
B = 59.65%

CMYK

 C value IS 0.33

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B01CF (or 0x8B01CF) is known color: Dark Violet. HEX triplet: 8B, 01 and CF. RGB value is (139,1,207). Sum of RGB (Red+Green+Blue) = 139+1+207=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B01CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B01CF is #74FE30. Grayscale: #414141. Windows color (decimal): -7667249 or 13566347. OLE color: 13566347.

HSL color Cylindrical-coordinate representation of color #8B01CF: hue angle of 280.19º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B01CF is Cyan = 0.33, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 1 207 -
CMYK 0.33 1.00 0 0.19
HSL 280.19º 0.99% 0.41% -
HSV(B) 280.19º 1% 0.81% -
XYZ 21.92 10.02 59.81 -
YUV 65.75 207.72 180.25 -
System Red Green Blue C M Y K H S L
Decimal 139 1 207 0.33 1.00 0 0.19 280.19 0.99 0.41
Hex 8B 1 CF 21 64 0 13 118 63 29
Octal 213 1 317 41 144 0 23 430 143 51
Binary 10001011 1 11001111 100001 1100100 0 10011 100011000 1100011 101001

Color Harmonies of #8B01CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B01CF

Black with #8B01CF

Text Example


Text Example

White with #8B01CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,1,207); }

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

background-color css

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

 a { background-color: rgb(139,1,207); }

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

border-color css

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

 span { border-color: rgb(139,1,207); }

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