Html Css Color HEX #833CDA Blue Violet

📋 copy color: '#833CDA'

red 131 ◦ green 60 ◦ blue 218

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

Shades of Blue Violet #833CDA

Tints of Blue Violet #833CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.67%

 BLUE value IS 218 (85.55% from 255) = 53.3%

R = 32.03%
G = 14.67%
B = 53.3%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#833CDA (or 0x833CDA) is known color: Blue Violet. HEX triplet: 83, 3C and DA. RGB value is (131,60,218). Sum of RGB (Red+Green+Blue) = 131+60+218=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #833CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833CDA is #7CC325. Grayscale: #626262. Windows color (decimal): -8176422 or 14302339. OLE color: 14302339.

HSL color Cylindrical-coordinate representation of color #833CDA: hue angle of 266.96º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #833CDA is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 60 218 -
CMYK 0.40 0.72 0 0.15
HSL 266.96º 0.68% 0.55% -
HSV(B) 266.96º 0.72% 0.85% -
XYZ 23.63 13.12 67.62 -
YUV 99.24 195.02 150.65 -
System Red Green Blue C M Y K H S L
Decimal 131 60 218 0.40 0.72 0 0.15 266.96 0.68 0.55
Hex 83 3C DA 28 48 0 F 10B 44 37
Octal 203 74 332 50 110 0 17 413 104 67
Binary 10000011 111100 11011010 101000 1001000 0 1111 100001011 1000100 110111

Color Harmonies of #833CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833CDA

Black with #833CDA

Text Example


Text Example

White with #833CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,60,218); }

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

background-color css

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

 a { background-color: rgb(131,60,218); }

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

border-color css

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

 span { border-color: rgb(131,60,218); }

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