Html Css Color HEX #830CED Blue Violet

📋 copy color: '#830CED'

red 131 ◦ green 12 ◦ blue 237

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

Shades of Blue Violet #830CED

Tints of Blue Violet #830CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.16%

 BLUE value IS 237 (92.97% from 255) = 62.37%

R = 34.47%
G = 3.16%
B = 62.37%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#830CED (or 0x830CED) is known color: Blue Violet. HEX triplet: 83, 0C and ED. RGB value is (131,12,237). Sum of RGB (Red+Green+Blue) = 131+12+237=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #830CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830CED is #7CF312. Grayscale: #484848. Windows color (decimal): -8188691 or 15535235. OLE color: 15535235.

HSL color Cylindrical-coordinate representation of color #830CED: hue angle of 271.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830CED is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 12 237 -
CMYK 0.45 0.95 0 0.07
HSL 271.73º 0.9% 0.49% -
HSV(B) 271.73º 0.95% 0.93% -
XYZ 24.78 11.2 80.98 -
YUV 73.23 220.42 169.2 -
System Red Green Blue C M Y K H S L
Decimal 131 12 237 0.45 0.95 0 0.07 271.73 0.9 0.49
Hex 83 C ED 2D 5F 0 7 110 5A 31
Octal 203 14 355 55 137 0 7 420 132 61
Binary 10000011 1100 11101101 101101 1011111 0 111 100010000 1011010 110001

Color Harmonies of #830CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830CED

Black with #830CED

Text Example


Text Example

White with #830CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,12,237); }

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

background-color css

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

 a { background-color: rgb(131,12,237); }

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

border-color css

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

 span { border-color: rgb(131,12,237); }

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