Html Css Color HEX #833ACD Blue Violet

📋 copy color: '#833ACD'

red 131 ◦ green 58 ◦ blue 205

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

Shades of Blue Violet #833ACD

Tints of Blue Violet #833ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.72%

 BLUE value IS 205 (80.47% from 255) = 52.03%

R = 33.25%
G = 14.72%
B = 52.03%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#833ACD (or 0x833ACD) is known color: Blue Violet. HEX triplet: 83, 3A and CD. RGB value is (131,58,205). Sum of RGB (Red+Green+Blue) = 131+58+205=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #833ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833ACD is #7CC532. Grayscale: #606060. Windows color (decimal): -8176947 or 13449859. OLE color: 13449859.

HSL color Cylindrical-coordinate representation of color #833ACD: hue angle of 269.8º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #833ACD is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 58 205 -
CMYK 0.36 0.72 0 0.20
HSL 269.8º 0.6% 0.52% -
HSV(B) 269.8º 0.72% 0.8% -
XYZ 21.89 12.26 58.97 -
YUV 96.59 189.18 152.55 -
System Red Green Blue C M Y K H S L
Decimal 131 58 205 0.36 0.72 0 0.20 269.8 0.6 0.52
Hex 83 3A CD 24 48 0 14 10E 3C 34
Octal 203 72 315 44 110 0 24 416 74 64
Binary 10000011 111010 11001101 100100 1001000 0 10100 100001110 111100 110100

Color Harmonies of #833ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833ACD

Black with #833ACD

Text Example


Text Example

White with #833ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833ACD; }

 p { color: rgb(131,58,205); }

 H1.HeaderClassName
 {
   color: #833ACD;
 }
 .AnyTagClassName
 {
   color: #833ACD;
 }
</style>

background-color css

<style>
 a { background-color: #833ACD; }

 a { background-color: rgb(131,58,205); }

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

border-color css

<style>
 span { border-color: #833ACD; }

 span { border-color: rgb(131,58,205); }

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