Html Css Color HEX #833CCF Blue Violet

📋 copy color: '#833CCF'

red 131 ◦ green 60 ◦ blue 207

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

Shades of Blue Violet #833CCF

Tints of Blue Violet #833CCF

RGB

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

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

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

R = 32.91%
G = 15.08%
B = 52.01%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#833CCF (or 0x833CCF) is known color: Blue Violet. HEX triplet: 83, 3C and CF. RGB value is (131,60,207). Sum of RGB (Red+Green+Blue) = 131+60+207=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #833CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833CCF is #7CC330. Grayscale: #616161. Windows color (decimal): -8176433 or 13581443. OLE color: 13581443.

HSL color Cylindrical-coordinate representation of color #833CCF: hue angle of 268.98º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #833CCF is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 60 207 -
CMYK 0.37 0.71 0 0.19
HSL 268.98º 0.6% 0.52% -
HSV(B) 268.98º 0.71% 0.81% -
XYZ 22.24 12.56 60.28 -
YUV 97.99 189.52 151.55 -
System Red Green Blue C M Y K H S L
Decimal 131 60 207 0.37 0.71 0 0.19 268.98 0.6 0.52
Hex 83 3C CF 25 47 0 13 10D 3C 34
Octal 203 74 317 45 107 0 23 415 74 64
Binary 10000011 111100 11001111 100101 1000111 0 10011 100001101 111100 110100

Color Harmonies of #833CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833CCF

Black with #833CCF

Text Example


Text Example

White with #833CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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