Html Css Color HEX #830BCF Dark Violet

📋 copy color: '#830BCF'

red 131 ◦ green 11 ◦ blue 207

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

Shades of Dark Violet #830BCF

Tints of Dark Violet #830BCF

RGB

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

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

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

R = 37.54%
G = 3.15%
B = 59.31%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#830BCF (or 0x830BCF) is known color: Dark Violet. HEX triplet: 83, 0B and CF. RGB value is (131,11,207). Sum of RGB (Red+Green+Blue) = 131+11+207=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #830BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BCF is #7CF430. Grayscale: #444444. Windows color (decimal): -8188977 or 13568899. OLE color: 13568899.

HSL color Cylindrical-coordinate representation of color #830BCF: hue angle of 276.73º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830BCF is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 11 207 -
CMYK 0.37 0.95 0 0.19
HSL 276.73º 0.9% 0.43% -
HSV(B) 276.73º 0.95% 0.81% -
XYZ 20.74 9.57 59.79 -
YUV 69.22 205.76 172.06 -
System Red Green Blue C M Y K H S L
Decimal 131 11 207 0.37 0.95 0 0.19 276.73 0.9 0.43
Hex 83 B CF 25 5F 0 13 115 5A 2B
Octal 203 13 317 45 137 0 23 425 132 53
Binary 10000011 1011 11001111 100101 1011111 0 10011 100010101 1011010 101011

Color Harmonies of #830BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BCF

Black with #830BCF

Text Example


Text Example

White with #830BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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