Html Css Color HEX #830BCB Dark Violet

📋 copy color: '#830BCB'

red 131 ◦ green 11 ◦ blue 203

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

Shades of Dark Violet #830BCB

Tints of Dark Violet #830BCB

RGB

 RED value IS 131 (51.56% from 255) = 37.97%

 GREEN value IS 11 (4.69% from 255) = 3.19%

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

R = 37.97%
G = 3.19%
B = 58.84%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#830BCB (or 0x830BCB) is known color: Dark Violet. HEX triplet: 83, 0B and CB. RGB value is (131,11,203). Sum of RGB (Red+Green+Blue) = 131+11+203=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #830BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BCB is #7CF434. Grayscale: #444444. Windows color (decimal): -8188981 or 13306755. OLE color: 13306755.

HSL color Cylindrical-coordinate representation of color #830BCB: hue angle of 277.5º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830BCB is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 11 203 -
CMYK 0.35 0.95 0 0.20
HSL 277.5º 0.9% 0.42% -
HSV(B) 277.5º 0.95% 0.8% -
XYZ 20.26 9.38 57.24 -
YUV 68.77 203.76 172.39 -
System Red Green Blue C M Y K H S L
Decimal 131 11 203 0.35 0.95 0 0.20 277.5 0.9 0.42
Hex 83 B CB 23 5F 0 14 116 5A 2A
Octal 203 13 313 43 137 0 24 426 132 52
Binary 10000011 1011 11001011 100011 1011111 0 10100 100010110 1011010 101010

Color Harmonies of #830BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BCB

Black with #830BCB

Text Example


Text Example

White with #830BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830BCB; }

 p { color: rgb(131,11,203); }

 H1.HeaderClassName
 {
   color: #830BCB;
 }
 .AnyTagClassName
 {
   color: #830BCB;
 }
</style>

background-color css

<style>
 a { background-color: #830BCB; }

 a { background-color: rgb(131,11,203); }

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

border-color css

<style>
 span { border-color: #830BCB; }

 span { border-color: rgb(131,11,203); }

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