Html Css Color HEX #8B14CB Dark Violet

📋 copy color: '#8B14CB'

red 139 ◦ green 20 ◦ blue 203

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

Shades of Dark Violet #8B14CB

Tints of Dark Violet #8B14CB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.52%

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

R = 38.4%
G = 5.52%
B = 56.08%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B14CB (or 0x8B14CB) is known color: Dark Violet. HEX triplet: 8B, 14 and CB. RGB value is (139,20,203). Sum of RGB (Red+Green+Blue) = 139+20+203=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B14CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B14CB is #74EB34. Grayscale: #4B4B4B. Windows color (decimal): -7662389 or 13309067. OLE color: 13309067.

HSL color Cylindrical-coordinate representation of color #8B14CB: hue angle of 279.02º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B14CB is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 20 203 -
CMYK 0.32 0.90 0 0.20
HSL 279.02º 0.82% 0.44% -
HSV(B) 279.02º 0.9% 0.8% -
XYZ 21.68 10.3 57.35 -
YUV 76.44 199.42 172.62 -
System Red Green Blue C M Y K H S L
Decimal 139 20 203 0.32 0.90 0 0.20 279.02 0.82 0.44
Hex 8B 14 CB 20 5A 0 14 117 52 2C
Octal 213 24 313 40 132 0 24 427 122 54
Binary 10001011 10100 11001011 100000 1011010 0 10100 100010111 1010010 101100

Color Harmonies of #8B14CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B14CB

Black with #8B14CB

Text Example


Text Example

White with #8B14CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,20,203); }

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

background-color css

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

 a { background-color: rgb(139,20,203); }

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

border-color css

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

 span { border-color: rgb(139,20,203); }

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