Html Css Color HEX #833FCA Dark Orchid

📋 copy color: '#833FCA'

red 131 ◦ green 63 ◦ blue 202

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

Shades of Dark Orchid #833FCA

Tints of Dark Orchid #833FCA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.91%

 BLUE value IS 202 (79.3% from 255) = 51.01%

R = 33.08%
G = 15.91%
B = 51.01%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#833FCA (or 0x833FCA) is known color: Dark Orchid. HEX triplet: 83, 3F and CA. RGB value is (131,63,202). Sum of RGB (Red+Green+Blue) = 131+63+202=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #833FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833FCA is #7CC035. Grayscale: #626262. Windows color (decimal): -8175670 or 13254531. OLE color: 13254531.

HSL color Cylindrical-coordinate representation of color #833FCA: hue angle of 269.35º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #833FCA is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 63 202 -
CMYK 0.35 0.69 0 0.21
HSL 269.35º 0.57% 0.52% -
HSV(B) 269.35º 0.69% 0.79% -
XYZ 21.8 12.64 57.17 -
YUV 99.18 186.03 150.7 -
System Red Green Blue C M Y K H S L
Decimal 131 63 202 0.35 0.69 0 0.21 269.35 0.57 0.52
Hex 83 3F CA 23 45 0 15 10D 39 34
Octal 203 77 312 43 105 0 25 415 71 64
Binary 10000011 111111 11001010 100011 1000101 0 10101 100001101 111001 110100

Color Harmonies of #833FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833FCA

Black with #833FCA

Text Example


Text Example

White with #833FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,63,202); }

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

background-color css

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

 a { background-color: rgb(131,63,202); }

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

border-color css

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

 span { border-color: rgb(131,63,202); }

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