Html Css Color HEX #8338BF Dark Orchid

📋 copy color: '#8338BF'

red 131 ◦ green 56 ◦ blue 191

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

Shades of Dark Orchid #8338BF

Tints of Dark Orchid #8338BF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.81%

 BLUE value IS 191 (75% from 255) = 50.53%

R = 34.66%
G = 14.81%
B = 50.53%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8338BF (or 0x8338BF) is known color: Dark Orchid. HEX triplet: 83, 38 and BF. RGB value is (131,56,191). Sum of RGB (Red+Green+Blue) = 131+56+191=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #8338BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8338BF is #7CC740. Grayscale: #5D5D5D. Windows color (decimal): -8177473 or 12531843. OLE color: 12531843.

HSL color Cylindrical-coordinate representation of color #8338BF: hue angle of 273.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8338BF is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 56 191 -
CMYK 0.31 0.71 0 0.25
HSL 273.33º 0.55% 0.48% -
HSV(B) 273.33º 0.71% 0.75% -
XYZ 20.18 11.42 50.43 -
YUV 93.82 182.85 154.52 -
System Red Green Blue C M Y K H S L
Decimal 131 56 191 0.31 0.71 0 0.25 273.33 0.55 0.48
Hex 83 38 BF 1F 47 0 19 111 37 30
Octal 203 70 277 37 107 0 31 421 67 60
Binary 10000011 111000 10111111 11111 1000111 0 11001 100010001 110111 110000

Color Harmonies of #8338BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8338BF

Black with #8338BF

Text Example


Text Example

White with #8338BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8338BF; }

 p { color: rgb(131,56,191); }

 H1.HeaderClassName
 {
   color: #8338BF;
 }
 .AnyTagClassName
 {
   color: #8338BF;
 }
</style>

background-color css

<style>
 a { background-color: #8338BF; }

 a { background-color: rgb(131,56,191); }

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

border-color css

<style>
 span { border-color: #8338BF; }

 span { border-color: rgb(131,56,191); }

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